home *** CD-ROM | disk | FTP | other *** search
- /*
- * SuperText
- *
- * SuperText is a subclass of the Text object that accepts files dragged
- * in and displays them as icons. Double-clicking on the file icon will
- * open the file in the Workspace. SuperText will perform properly when
- * grouped in a ScrollView via IB's "group in ScrollView" function.
- *
- * You may freely copy, distribute and reuse the code in this example.
- * This code is provided AS IS without warranty of any kind, expressed
- * or implied, as to its fitness for any particular use.
- *
- * Copyright 1995 Ralph Zazula (rzazula@next.com). All Rights Reserved.
- *
- */
-
- #import <appkit/Text.h>
-
- @interface SuperText:Text
- {
- }
-
-
- @end
-